union _MMVIEW_CONTROL_AREA// Size=0x8
{
    struct _CONTROL_AREA * ControlArea;// Offset=0x0 Size=0x8
    unsigned long long Writable:1;// Offset=0x0 Size=0x8 BitOffset=0x0 BitSize=0x1
    unsigned long long ExceptionForInPageErrors:1;// Offset=0x0 Size=0x8 BitOffset=0x1 BitSize=0x1
    unsigned long long Unused:1;// Offset=0x0 Size=0x8 BitOffset=0x2 BitSize=0x1
    unsigned long long UsedForControlArea:61;// Offset=0x0 Size=0x8 BitOffset=0x3 BitSize=0x3d
};